Skip to main content
Version: 24.03

Returns paginated jobs with state and execution times.

Returns paginated jobs with state and execution times.

Query Parameters
  • states string[]

    Possible values: [UNSAVED, INITIAL, RUNNING, TRANSFERS_FINISHED, COMPLETED, CANCELED, ERROR], <= 2147483647

    Requested job states.

  • page integer

    Zero-based page index (0..N)

  • size integer

    Default value: 20

    The size of the page to be returned

  • sort string[]

    Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.

Responses

Paginated list of jobs with state and execution times for requested job states.


Schema
  • content object[]
  • completedOn date-time
  • id uuid
  • startedOn date-time
  • state string

    Possible values: [UNSAVED, INITIAL, RUNNING, TRANSFERS_FINISHED, COMPLETED, CANCELED, ERROR]

  • pageCount int32
  • pageNumber int32
  • pageSize int32
  • totalElements int32
Loading...